2005-11-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when
the timeout is done. (#322291, Jean-Yves Lefort)
+2005-11-28 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when
+ the timeout is done. (#322291, Jean-Yves Lefort)
+
2005-11-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
+2005-11-28 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when
+ the timeout is done. (#322291, Jean-Yves Lefort)
+
2005-11-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
GTK_WIDGET_DRAWABLE (tooltips->active_tips_data->widget))
gtk_tooltips_draw_tips (tooltips);
+ tooltips->timer_tag = 0;
+
GDK_THREADS_LEAVE ();
return FALSE;